Initializes a new instance of the
UserCellGroup class, includes a range of cells identified by a list of cell coordinates, in the group.
シンタックス
'宣言
Public Function New( _
ByVal ParamArray () As System.Drawing.Point _
)
'使用法
Dim cells() As System.Drawing.Point
Dim instance As New UserCellGroup(cells)
public UserCellGroup(
params System.Drawing.Point[]
)
パラメータ
- cells
- The list of cell coordinates to include in the group, each cell is identified by a System.Drawing.Point structure as follows:
- System.Drawing.Point.X is the column index of the cell;
- System.Drawing.Point.Y is the row index of the cell.
参照